.banner-booking-form input[type="time"] {
  outline: none;
  background-color: var(--bd-white);
  height: 42px;
  width: 150px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid var(--bd-border-secondary);
  padding: 0 0;
  color: var(--bd-black);
  width: 100%;
  border-radius: 4px;
  padding-inline-start: 40px;
  cursor: pointer;
}

/* @import url(http://weloveiconfonts.com/api/?family=entypo); */
/* entypo */
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}

a {
  text-decoration: none;
}
.myul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sticky-social {
  right: 0;
  position: fixed;
  top: 500px;
  z-index: 99999;
}
#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 50px;
  width: 50px;
  font:
    28px "Open Sans",
    sans-serif;
  line-height: 35px;
  position: relative;
  text-align: center;
  padding-top: 8px;
}
#sticky-social a span {
  line-height: 35px;
  right: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
}
#sticky-social a:hover span {
  right: 100%;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 18px;
  margin-top: -8px;
}

#sticky-social a[class*="phone"],
#sticky-social a[class*="phone"]:hover,
#sticky-social a[class*="phone"] span {
  background: green;
}

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
  background: #00aced;
}

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span {
  background: #dd4b39;
}

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
  background: #007bb6;
}

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
  background: #517fa4;
}

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span {
  background: #eb4924;
}

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span {
  background: #cc2127;
}

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span {
  background: #ff0084;
}

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span {
  background: #32506d;
}

.tour-detail p,
ul,
li {
  font-weight: 600;
}

div.card {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ptx p {
  padding-left: 10px;
  color: #000;
  font-weight: 500;
}
.tour-detail p {
  font-size: 15px;
  color: #000 !important;
}
#sticky-social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.myul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.myul li {
  display: inline-block;
}
